Welcome![Sign In][Sign Up]
Location:
Search - distance vector

Search list

[Linux-Unixrip

Description: 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
Platform: | Size: 12288 | Author: 罗安 | Hits:

[Internet-Networkdistanceroute.c

Description: fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Platform: | Size: 1024 | Author: 彭少明 | Hits:

[Other距离矢量路由模拟

Description: 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
Platform: | Size: 87040 | Author: 陈为 | Hits:

[Internet-Network1Router

Description: 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
Platform: | Size: 62464 | Author: 青柿子 | Hits:

[Internet-NetworkshortestPathAlgorithmRouter

Description: 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its previous packet transmission
Platform: | Size: 181248 | Author: agang | Hits:

[Internet-NetworkDistanceVector_Routing

Description: Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条到达某目的结点的、距离更短的新路由,则用该路由替换原有的路由。 -到达某目的结点的一条路由,其后继结点到达该目的地的距离发生了变化,则需要更新该路由的距离。 本文件中包含详细的源代码和注释,以实现利用距离向量算法更新路由表的功能。-Distance Vector Routing, also known as the Bellman-Ford shortest path algorithm. The basic idea is : Each router (routing nodes) has maintained a routing table, the destinations include routing (V) and the routing of distance (D). Each router regularly with neighboring nodes to exchange routing table information, updated accordingly their own routing table. All nodes are monitored from other nodes sent a routing table, and in accordance with the following rules to update its routing table :- found a purpose to reach a node of the new routing, The routing of the original routing table does not exist (that is, found a new routing), the routing table to increase the routing.- Found a purpose to reach an end point, the short distance between the new routing, the router can be used to replace
Platform: | Size: 3072 | Author: agang | Hits:

[Internet-Networkaodv-uu-0.9.2

Description: 无线自组织网络路由协议:按需距离矢量协议源代码-self-organizing wireless network routing protocols : on-demand distance vector source code agreement
Platform: | Size: 220160 | Author: 安德里周 | Hits:

[Internet-Networkkernel-aodv

Description: 可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码-can run on the Linux platform of self-organizing network agreement kernel version of the on-demand distance vector source code agreement
Platform: | Size: 54272 | Author: 安德里周 | Hits:

[Grid Computingjlly

Description: 计算机网络课程设计距离路由矢量源代码,运行过了,没有错误。-computer network design courses distance vector routing source code, run-off, no errors.
Platform: | Size: 2048 | Author: 万尧 | Hits:

[Documentswanlousheji

Description: 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、可靠,便于配置。但是RIP只适用于小型的同构网络,因为它允许的最大-1RIP routing protocol-- RIP agreement was initially for Xerox Network System Xeroxpa rc definitive agreement and the design is widely used in the Internet routing protocols. RIP application of the distance vector algorithm, routers routing choice based on distance, also known as Distance Vector agreement. Router collect all destinations can be reached by the different paths and the preservation of the arrival of each destination site for at least the path information, in addition to their destinations on the best path, Any other information is to be discarded. Router while also turning the routing information collected with neighboring RIP notify the other routers. Thus, the correct routing information gradually spread to the entire network.-- RIP is widely used, it is simple, reliable a
Platform: | Size: 344064 | Author: 李微 | Hits:

[Data structsDRAc

Description: 距离向量路由算法的c源代码,希望给有兴趣的人有用-distance vector routing algorithm c source code, and hopes to give those who are interested in useful
Platform: | Size: 1024 | Author: 芦苇 | Hits:

[Mathimatics-Numerical algorithmsjulishiliang1

Description: 计算机网络课程设计实验,距离矢量路由算法。在运行前须在c磁盘下建立文档data.txt。并且输入49个数字 1~9或- 用逗号分开。-Computer network curriculum design experiments, distance vector routing algorithm. Before running in the establishment of documents c disk data.txt. 49 digital input and 1 ~ 9 or- separated by commas.
Platform: | Size: 2048 | Author: daniel | Hits:

[TCP/IP stackjulixiangliang

Description: 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道!-Computer network routing algorithm of distance vector algorithm method, which is the source code, learning the computer network should all know!
Platform: | Size: 1024 | Author: kon | Hits:

[Data structsrouter

Description: C语言路由距离向量路由算法演示程序,采用TC2.0的图形方式编程模式,主要演示路由算法-C language routing Distance Vector routing algorithm demo program using the graphical TC2.0 programming model, the main demonstration of routing algorithm
Platform: | Size: 43008 | Author: 刘军 | Hits:

[RFIDaodv

Description: Ad hoc网络的典型的距离矢量路由算法Aodv-Ad hoc networks, the typical distance vector routing algorithm AODV
Platform: | Size: 68608 | Author: zhangqiong | Hits:

[Internet-NetworkVBjulishiliangluyou

Description: 基于动态路由算法的距离矢量路由选择算法-Dynamic routing algorithm based on distance vector routing algorithm
Platform: | Size: 165888 | Author: | Hits:

[TCP/IP stackDistr_Nodes

Description: 路由选路算法距离向量算法的编程实现,c-Routing algorithm Distance Vector Algorithm Programming, c
Platform: | Size: 19456 | Author: 宋春瑶 | Hits:

[OtherDVcode

Description: VC环境下编译的网络层路由Distance Vector算法,可自行输入节点数,算出路径。-VC environment to compile the network layer routing Distance Vector algorithm, nodes are free to enter, calculate the path.
Platform: | Size: 201728 | Author: eyre7 | Hits:

[TCP/IP stackDValgorithm

Description: DV算法的C语言实现。用于网络的网络层距离向量选路。-DV Algorithm C language. The network layer for network distance vector routing.
Platform: | Size: 23552 | Author: 汪晗 | Hits:

[JSP/Javarouter

Description: 这个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm, the use of java programming.
Platform: | Size: 16384 | Author: cwh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net